home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c / 681 < prev    next >
Internet Message Format  |  1996-08-06  |  870b

  1. Path: netnews.jhuapl.edu!usenet
  2. From: Stan Novinsky <stan_novinsky@jhuapl.edu>
  3. Newsgroups: comp.std.c
  4. Subject: Re: Nested MACROS ??
  5. Date: 1 Apr 1996 17:27:46 GMT
  6. Organization: Johns Hopkins University Applied Physics Lab
  7. Message-ID: <4jp3mi$bqc@aplinfo.jhuapl.edu>
  8. References: <4jgkno$mrr@aplinfo.jhuapl.edu> <4jhe6u$555@agate.berkeley.edu>
  9. NNTP-Posting-Host: f3c-sjn.jhuapl.edu
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (Macintosh; I; PPC)
  14. X-URL: news:4jhe6u$555@agate.berkeley.edu
  15.  
  16. Yes, I ses the problem.  I took care of it 
  17. by changing to lower case x, however, I still 
  18. don't understand why the call to the MACROS on 
  19. an individual basis works...
  20.  
  21. EX :
  22.  
  23.   X = 4;
  24.  
  25.   cube_ans = CUBE(X);
  26.  
  27. This returns the correct value (64) when I run the program...
  28.  
  29. Thanks for all the responses ...
  30.  
  31. Stan
  32.  
  33.  
  34.